::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(50,50,50,0.25);
    border: 2px solid transparent;
    border-radius: 10px;
    background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(50,50,50,0.5);
}
::-webkit-scrollbar-track {
    background-color: rgba(50,50,50,0.05);
}
::-ms-clear, ::-ms-reveal{display: none;}

input::-webkit-input-placeholder { /* WebKit browsers*/
  color: #999 !important;
  font-weight: 400;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18*/
  color: #999 !important;
  font-weight: 400;
}

input::-moz-placeholder { /* Mozilla Firefox 19+*/
  color: #999 !important;
  font-weight: 400;
}

input:-ms-input-placeholder { /* Internet Explorer 10+*/
  color: #999 !important;
  font-weight: 400;
}

.msg-drop:hover .dropdown-menu,.user-drop:hover .dropdown-menu,.pass-drop:hover .dropdown-menu, .appli-drop:hover .dropdown-menu{
    display: block;
}

.nmodal .close{
  color: #128bed;
  opacity: .8;
  font-size: 26px;
}
.nmodal.lg{
  width: 1000px;
}
.nmodal.sm{
  width: 600px;
}
.nmodal.mlg{
  width: 960px;
}
.nmodal .modal-body{
  position: relative;
}
.nmodal .modal-body.html-content a{
  color: #128bed;
}
.nmodal .modal-footer{
    margin-top: 0px;
    padding:15px 20px;
}
.nmodal .modal-body.n-p{
    padding: 0;
}
.nmodal .modal-footer .btn{
    display: inline-block;
    min-width: 90px;
    box-shadow: none;
    outline: none;
}
.nmodal .modal-footer .text{
    float: left;
    color: #999;
    line-height: 34px;
}
.nmodal .ts{
  color: #999999;
  margin-top: 8px;
  display: block;
  line-height: 1.4;
}
.nmodal .nc-container .nc_scale span{
  height: 34px !important;
}
.nmodal .watermark{
    width: 92px;
    height: 26px;
    float: right;
    background-image: url(../../images/watermark.png?t=1);
    margin-left: 20px;
    background-size: 92px 26px;
    margin-right: 12px;
    margin-top: -2px;
}
.check-wrap{
  margin-bottom: 20px;

}
.check-wrap .checkbox-inline{
  width: 130px;
  margin-left: 0px;
  margin-bottom: 5px;
}
.check-wrap input{
  margin-top: 4px;
  font-size: 18px;
}
.nstatus{
    font-weight: normal;
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    padding: 4px 8px 4px 8px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    background: #fff;
}

.ntag{
    height: 22px;
    font-weight: normal;
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
    padding: 4px 8px 4px 8px;
    margin-right:4px;
    border-radius: 2px;
}
.ntag.text-primary{
  color: #128BED;
  background: #E7F4FF;
}
.ntag.text-success{
  color: #009944;
  background: #E4FFF0;
}
.ntag.text-warning{
  color: #F5A623;
  background: #FFF2dE;
}
.ntag.text-danger{
  color: #FD485E;
  background: #FFF0F2;
}
.ntag.text-list{
  color: #EC9662;
  background: #FFF4ED;
}
.ntag.text-pl{
  color: #6F77D1;
  background: #EDEEF9;
}
.ntag.text-so{
  color: #3CA2C4;
  background: #E6F9FF;
}
.ntag.text-round{
    color: #E59E74;
    background: #FFF3EE;
}
.ntag.text-round{
  color: #E59E74;
  background: #FFF3EE;
}
.ntag.text-gray{
  background: #f6f6f6;
}
.ntag.sm{
  font-size: 12px;
  padding: 4px 5px;
}
.ntag[data-toggle]{
  cursor: pointer;
}
.ntag[data-placement='right']+.tooltip{
  margin-left: 5px;
}
.ntag[data-placement='bottom']+.tooltip{
  margin-left: 90px;
}
.ntag+.tooltip .tooltip-inner{
  width: auto;
  max-width: 300px;
}
.ntag.vip{
  background: #F6F2E9;
  color: #D2A874;
  padding-left: 28px;
  background-image: url(../../images/website/comm/icon_vip_tag.png);
  background-size: 20px 9px;
  background-position: 5px center;
  background-repeat:no-repeat;
  padding-right: 6px;
}
.ntag.vip +.tooltip{
  margin-left: 90px;
}
.ntag.vip +.tooltip .tooltip-inner{
  width: auto;
}
.ntag.svip{
  background: #F6F2E9;
  color: #D2A874;
  padding-left: 6px;
  padding-right: 6px;
}
.ntag.click{
  cursor: pointer;
}
.ntag.click:hover{
  opacity: 0.85;
}
.tooltip-arrow{
    display: none;
}
.tooltip-inner{
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.2);
    font-size: 12px;
    padding: 6px 10px;
    text-align: left; 
    font-weight: normal;
    line-height: 18px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.tooltip.in{
    opacity: 1;
}

.tooltip-inner {
    background-color: rgba(0,0,0,0.9);
    background-color: #222733;
}
.tooltip.top .tooltip-arrow {
    border-top-color: rgba(0,0,0,0.9);
    border-top-color: #222733;
}
.tooltip.right .tooltip-arrow {
    border-right-color: rgba(0,0,0,0.9);
    border-right-color: #222733;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgba(0,0,0,0.9);
    border-bottom-color: #222733;
}
.tooltip.left .tooltip-arrow {
    border-left-color: rgba(0,0,0,0.9);
    border-left-color: #222733;
}
.tooltip-arrow{
    display: none;
}
.tooltip-inner{
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.2);
    font-size: 12px;
    padding: 6px 10px;
    text-align: left; 
    font-weight: normal;
    line-height: 18px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    max-width: 1000px;
}
.tooltip.in{
    opacity: 1;
}

/*分组样式*/
.group-panel{

}
.group-panel .tab{
  width: 360px;
  margin:10px auto;
}
.group-panel .tab>li{
    width: 50%;
    float: left;
    text-align: center;
}
.group-panel .tab>li>a{
    padding: 10px 15px;
    font-size: 18px;
    
}
.group-panel .tab>li.active>a{
  border-bottom: solid 3px #128bed;
}
.group-panel .tab-content{
  padding: 20px;
  margin-top: 15px;
  
}
.group-panel .tab-content .groupName{
  word-break: break-all;
}
.group-panel .edit-wrap{
  height: 400px;
  margin: 0px 20px;
  overflow-y: auto;
  border:solid 1px #eee;
}
.group-panel .table{
  
}
.group-panel .table tr:hover{
  background: #F5F9FF;
  color: #128bed;
}
.group-panel .table td{
  border:none;
  padding: 6px 10px;
  line-height: 34px;
}
.group-panel .table a{
  color: #666;
}
.group-panel .table a:hover{
  color: #128bed;
}
.group-panel .form-control{
  height: 40px;
}
.group-panel .table .form-control{
  height: 34px;width: 320px;
}

/*表单*/
.pform{
  
}
.pform .form-group{
  margin-bottom: 20px;
}
.pform .col-pre{
  float: left;
  width: 120px;
  margin-left: 20px;
  font-size: 15px;
  color: #666;
  line-height: 34px;
  margin-bottom: 0px;
}
.pform .col-after{
  float: left;
  width: 442px;
  padding-right: 15px;
}
.nmodal .pform .col-after{
  width: 400px;
}
.pform .col-pre-qiye{
    float: left;
    /*width: 130px;*/
    /*margin-left: 20px;*/
    font-size: 16px;
    color: #222;
    line-height: 34px;
}
.pform .col-after-qiye{
    float: left;
    /*width: 442px;*/
    padding-right: 15px;
}
.pform .col-all{
  padding-left: 20px;
  padding-right: 20px;
}
.pform .form-control{
  height: 34px;
  font-size: 14px;
  color: #666; 
}
.pform .form-control.text-gray{
  color: #999;
}
.pform select.form-control{
  border-radius: 0px;
  -webkit-appearance: none;
   -webkit-border-radius: 0px;
}
.pform textarea.form-control{
  height: auto;
  resize: none;
}
.pform .col-btn{
  margin-top: 20px;
  margin-left: 470px;
}
.pform .btn{
  min-width: 98px;
  font-size: 14px;
}
.pform .redstar{
  color: #128bed;
}
.pform .fileinput>.noimg>.btn{
  width: 78px;
  border: solid 1px #128bed;
  color: #128bed !important;
  font-size: 12px;
  padding: 6px;
}
.pform .fileinput>.noimg>span{
  color: #666;
  margin-left: 7px;
}
.pform .fileinput>.noimg>input{
  display: none;
  position: absolute;
}
.pform .fileinput>.img{
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  display: none;
  border-radius: 6px;
  overflow: hidden;
}
.pform .fileinput>.img>img{
  width: 100px;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}
.pform .fileinput>.img>span{
  height: 100px;
  display: block;
  position: absolute;
  left:0px;
  top: 0px;
  right: 0px;
  bottom: 0px; 
  border-radius: 6px;
  color: #fff;
  background: #000;
  opacity: 0;
  font-size: 25px;
  padding: 15px;
  text-align: center;
  transition: opacity .3s;
  line-height: 1.4;

}
.pform .fileinput>.img:hover>span{
  opacity: .5
}

.pform .fileinput>.backgroud{
  width: 427px;
  height: 72px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
}
.pform .fileinput>.backgroud>img{
  width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: cover;
}
.pform .fileinput>.backgroud>span{
  display: block;
  position: absolute;
  left:0px;
  top: 0px;
  right: 0px;
  bottom: 0px; 
  border-radius: 6px;
  color: #fff;
  background: #000;
  opacity: 0;
  font-size: 16px;
  padding: 15px;
  text-align: center;
  transition: opacity .3s;
  line-height: 34px;
}
.pform .fileinput>.backgroud:hover>span{
  opacity: .5
}
.pform .multi-img{
  margin-top: -5px;
}
.pform .multi-img .img{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.pform .multi-img img{
  width: 100px;
  height: 100px;
  display: block;
  margin: 0px;
  object-fit: cover;
}
.pform .multi-img .close{
  /*background-image: url(/material/theme/chacha/cms/pro/img/icon_delete_xs.png);*/
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  opacity: 1;
  top: -8px;
  right: -8px;
}
.pform .pimg{
  width: 150px;
  height: 150px;
  border:solid 1px #eee;
  margin-bottom: 6px;
  text-align: center;
}

.pform .pimg>img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 6px;
}
.pform .input-icon{
  position: relative;
}
.pform .input-icon input{
  padding-left: 36px;
}
.pform .input-icon .icon-safe{
    position: absolute;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-image: url(/material/theme/chacha/cms/v2/images/icon_safe2.png);
    left: 10px;
    top: 8px;
}
.pform .ts{
  color: #999999;
  margin-top: 8px;
  display: block;
  line-height: 1.3;
}
.pform span[msgfor] label{
  line-height: 26px;
  margin-bottom: -5px;
}
.pform .col-after label.text{
  line-height: 30px;
}
.pform-uploadimg{
  position: absolute;
  width: 120px;
  height: 100px;
  z-index: 2;
  display: none;
}
.pform-uploadimg input{
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  
}
.pform .static-text{
  font-size: 14px;
  color: #333;
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 34px;
}
.pform .tab{
  margin: auto;
  width: 380px;
  margin-bottom: 20px;
}
.pform .tab .tab-item{
  display: block;
  float: left;
  padding: 10px 15px;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 18px;
  position: relative;
}
.pform .tab .tab-item.active{
  border-bottom: solid 2px #128bed;
}
.pform .tab .tab-item .ic-vip{
 /* background: url(/material/theme/chacha/cms/pro/img/ic_vip.png);*/
  background-size: 30px 14px;
  position: absolute;
  width: 30px;
  height: 14px;
  top: 2px;
  right: -16px;
}
.pform .phone-select .phone_prefix{
    display: block;
    height: 34px;
    position: absolute;
    font-size: 12px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    border: 0;
    outline: 0;
    background-color: transparent;
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    line-height: 36px;
    left: 10px;
    color: #333333;
}
.pform .phone-select>.phoneline{
    content: " ";
    position: absolute;
    right: 0px;
    width: 1px;
    left: 76px;
    height: 24px;
    top: 5px;
    background: #d8d8d8;
}
.pform .phone-select+input{
    padding-left: 85px;
}
.pform .dropdown-menu{
  margin-top: 34px;
  width: 427px;
}

.pform .phone_prefix_tab{
  position: relative;top: -5px;
  padding: 5px;
  border-bottom: 1px solid #eee;
  word-break: break-all;
  font-size: 12px;
  padding-top: 7px;
}
.pform .phone_prefix_tab>a{
  padding: 5px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
.pform .phone_prefix_tab>a:hover,.pform .phone_prefix_tab>a.active{
  color: #128bed;
}
.pform .phone_prefix_ul{
  padding-left: 0px;
  max-height: 245px;
  margin-bottom: 0px;
  overflow: auto;
}
.pform .dropdown-menu li{
  padding: 2px 5px 2px 10px;
  text-align: right;
}
.pform .dropdown-menu li:hover{
  background: #F5F9FF;
}
.pform .dropdown-menu li>span{
  float: left;
  text-align: left;
  display: inline-block;
}
.pform .tab-content .phone_prefix_ul{
  display: none;
}
.pform .vcode-btn{
  width: 86px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  right:4px;
  top:7px;
  text-align: center;
  line-height: 20px;
  margin-right: 15px;
}
.pform .vcode-btn.disabled{
  color: #999 !important;
  cursor: default;
}
.pform .vcode-btn:after{
  content: " ";
  position: absolute;
  width: 1px;
  height: 23px;
  background: #d8d8d8;
  right: 90px;
  top:2px;
  margin-top: -6px;
}
.pform .modal-body{
  padding: 15px;
}
.pform .btn-none{
  color: #128bed;
  line-height: 38px;
  display: inline-block;
}

.pscroll-panel{
  padding: 0px;position: relative;
}

.pscroll{
  overflow: hidden;
  margin-left: 15px;
  margin-right: 30px;
}
.pscroll .scroll-wrap{
  width: auto;
  transition: all 0.3s;
}
.pscroll .scroll-btn{
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 14px;
  height: 46px;
  background-size: 14px 46px;
  z-index: 2;
  -webkit-user-select: none;
  user-select: none;
}
.pscroll .scroll-btn.prev{
  left: 9px;
 /* background-image: url(/material/theme/chacha/cms/v2/images/barrow_prev.png);*/
}
.pscroll .scroll-btn.next{
  right: 10px;
  /*background-image: url(/material/theme/chacha/cms/v2/images/barrow_next.png);*/
}
.pscroll .scroll-btn.prev.disable{
  /*background-image: url(/material/theme/chacha/cms/v2/images/darrow_prev.png);*/
}
.pscroll .scroll-btn.next.disable{
  /*background-image: url(/material/theme/chacha/cms/v2/images/darrow_next.png);*/
}
.pscroll .scroll-mengban{
  width: 40px;
  height: 190px;
  position: absolute;
  /*background: url(/material/theme/chacha/cms/v2/images/proinv_mengban.png);*/
  right: 1px;
  top: 2px;
}
.pscroll .scroll-mengban-person{
    width: 57px;
    height: 100px;
    position: absolute;
   /* background: url(/material/theme/chacha/cms/v2/images/proinv_mengban_person.png);*/
    right: 26px;
    top: -14px;}
.pscroll .scroll-mengban-person-left{
    width: 40px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
    height: 100px;
    position: absolute;
    /*background: url(/material/theme/chacha/cms/v2/images/proinv_mengban_person.png);*/
    background-size: 40px 100px;
    left: 10px;
    top: -14px;
    z-index: 1;
}
.pscroll .scroll-item{
  padding: 15px 0px 15px 15px;
  float: left;
}

.pcard-box{
  width: 250px;
  border:solid 1px #eee;
}
.pcard-box.md{
  width: 356px;
}
.pcard-content{
  padding: 10px;
  font-size: 14px;
  line-height: 25px;
  display: block;
  position: relative;
}
.pcard-box a:hover{
  color: #128bed;
}
.pcard-content .col-ft{
  float: left;
  width: 54px;
}
.pcard-content .col-bd{
  float: left;
  width: 162px;
  margin-left: 10px;
}
.pcard-box.md .pcard-content .col-bd{
  width: 268px;
}
.pcard-content .img{
  width: 54px;
  height: 54px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 6px;
  overflow: hidden;
  
}
.pcard-content .img>img{
  width: 54px;
  height: auto;
  max-height: 54px;
  object-fit: cover;
}
.pcard-content .title{
  color: #000;
  height: 56px;
  display: table-cell;
  vertical-align: middle;
}
.pcard-content .title>h4{
  font-size: 20px;
  font-weight: normal;
  margin:0px;
  margin-bottom: 6px;
}
a.pcard-content:hover .title>h4{
  color: #128bed;

}
.pcard-content .title>span{
  display: inline-block;
  color: #999;
}
.pcard-content .title>span.text-primary{
  color: #128bed;
}
.pcard-content .des{
  color: #999;
}
.pcard-content .value{
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  display: inline-block;
}
.pcard-content a.value:hover{
  color: #128bed;
}
.pcard-content .ts{
  color: #999;
  line-height: 1.4;
}
.pcard-content .status{
  position: absolute;
  right: 15px;
  top: 12px;
}
.pcard-footer{
  border-top: solid 1px #eee;
  line-height: 34px;
  text-align: right;
  background: #fcfcfc;
}
.pcard-btn{
  color: #128bed;
  margin-right: 10px;
}
.pcard-img{
  display: block;
  padding: 10px;
}
.pcard-img .bimg{
  width: 265px;
  height: 150px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #fbfbfb;
  position: relative;
  /*border:solid 1px #eee;*/
}
.pcard-img .bimg>img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
}
.pcard-img .bimg .watermark{
    position: absolute;
    width: 46px;
    height: 13px;
    background-image: url(../images/watermark.png?t=1);
    background-size: 46px 13px;
    right: 10px;
    bottom: 5px;
}
.pcard-img .title{
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
.pcard-img .title>h4{
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pcard-img .des{
  position: relative;
  color: #333;
  line-height: 1.3;
  font-size: 14px;
  height: 20px;
  overflow: hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  margin-top: 10px;
}
.pcard-img .logo{
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border:solid 1px #eee;
  margin: 6px auto;
  overflow: hidden;
}
.pcard-img .logo>img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
  vertical-align: middle;
}
.pcard-img:hover .title{
  color: #128bed;
}
.pcard-cell{
  display: block;
  padding: 10px;
  line-height: 1.2;
}
.pcard-cell .cell-ft{
  display: table-cell;
  vertical-align: middle;
}
.pcard-cell .cell-bd{
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.pcard-cell .img-md{
  width: 68px;
  height: 68px;
  display: table-cell;
  vertical-align: middle;
  border:solid 1px #eee;
  border-radius: 6px;
}
.pcard-cell .img-md>img{
  width: 68px;
  height: auto;
  border-radius: 6px;
  max-height: 68px;
}

/*递名片*/
.postcard-wrap{
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px;
    background: #F6F6F6;
}
.postcard-wrap .pcard-content{
    border:solid 1px #eee;
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    font-size: 16px;
}
.postcard-wrap .pcard-content .title>span{
    color: #333;
}
.postcard-wrap .pcard-content .col-bd{
    width: 430px;
}

.pnodata{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.pnodata.md{
  padding-top: 60px;
  padding-bottom: 60px;
}
.pnodata.lg{
  padding-top: 100px;
  padding-bottom: 100px;
}
.pnodata.p-t{
  padding-top: 40px;
}
.pnodata.p-t-md{
  padding-top: 60px;
}
.pnodata>img{
  width: 170px !important;
  /*height: 170px !important;*/
}
.pnodata .btn{
  min-width: 90px;
  margin-top: 15px;
}
.pnodata p{
  color: #666;
}

.ploading{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.ploading.lg{
  padding-top: 220px;
}

/*表格样式*/
.ntable{
    width:100%;margin: 0 auto;margin-bottom:20px;
}
.ntable th{
    text-align:center;background:#F2F9FC;border:#E4EEF6 1px solid;border-collapse: collapse;
    padding:12px 12px 12px 12px;
    font-weight: normal;
    color: #444;
    line-height: 19px;
}
.ntable th:not(:last-child){
    border-right:#F2F9FC 1px solid;
}
.ntable th.tl{
    text-align: left;
}
.ntable th.tr{
    text-align: right;
}


.ntable td{
    padding:10px 10px 11px 10px;border:#E4EEF6 1px solid;word-break:break-all;font-size:14px;
    line-height: 1.6;
    color: #222;
    word-wrap: break-word;
}
.ntable td.hlh{
    line-height: 1.8;
}

.ntable.npth th{
  padding-left: 0px;
  padding-right: 0px;
} 

.ntable.nptd td{
  padding-left: 6px;
  padding-right: 6px;
}
.ntable.nptd td .line-clamp-btn{
  right: 6px;
}
.ntable td.npv{
  padding-top: 0px;
  padding-bottom: 0px;
}
.ntable .tb{
    background: #F2F9FC;
}
.ntable .tx{
    text-align: center;
    width: 56px;
    padding-left: 0px;
    padding-right: 0px;
}
.ntable .ti{
    text-align: left;
    padding-left: 32px;
}
.ntable .ti i{
    position: absolute;
    margin-left: -26px;
    margin-top: -3px;
}
.ntable em{
    color: #e33244;
}

.ntable-ne em{
    color: #222;
}
.ntable a{
    color: #128bed;
}
.ntable a:hover{
    color: #007add;
}
.ntable a.text-gray{
    color: #999;
}
.ntable a.text-gray:hover{
    color: #007add;
}
.ntable .tblank{
    margin-top: 15px; 
}
.ntable .tblank>th{
    border: none;
    background: none;
}
.ntable .tsub>th{
    border:#E4EEF6 1px solid;
}
.ntable tr .ch{
    cursor: pointer;
}
.ntable tr:hover .ch, .ntable tr.active .ch{
    color: #128bed;
    background: #F2F9FC;
}
.ntable .btn-touzi{
    color: #FF722D !important;
    float: right;
    font-size: 14px;
}
.ntable .blank{
    border:none;
    padding: 5px;
}

.ntable-list .title{
    color: #222;
    font-size: 16px;
}
.ntable-list .subtitle{
    color: #999;
    font-size: 14px;
}
.ntable-list tr:hover{
    background: #F5F9FF;
}
.ntable-list tr:hover a.title{
    color: #128bed;
}
.ntable-odd tr:nth-child(odd){
    background: #fff
}
.ntable-even tr:nth-child(even){
    background: #FAFDFE
}
.ntable-sm th{
    padding-right: 3px;
}
.ntable-sm td{
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 3px;
}
.ntable td h3{display: inline;font-weight: normal;font-size: 14px;}

.ntable-lev td{
    text-align: right;
}
.ntable-lev .lev1{
    font-size: 14px;
    color: #222;
    text-align: left;
    font-weight: 600;
}
.ntable-lev .lev2{
    text-align: left;
    padding-left: 26px;
}
.ntable .headimg{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-radius: 6px;
    float: left;
    margin-right: 10px;
}
.ntable .headimg>img{
    width: 100%;
    border-radius: 6px;
    height: 100%;
    object-fit: contain;
}
.ntable .headn{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    float: left;
    margin-right: 10px;
}
.ntable .headn[first-letter]:not([style]):empty:before{
    color: #fff !important;
    font-size: 16px;
    line-height: 40px;
}
.ntable .whead-text{
    margin-left: 10px;
    height: 40px;
    width: 270px;
    display: table-cell;
    vertical-align: middle;
}
.ntable .whead-text.lg{
    width: 450px;
}
.ntable-stext tr,.ntable-stext td{
    padding-left: 8px;
    padding-right: 5px;
    font-size: 12px;
}

/*股东表格样式*/
.ntable .npa{
  border-right:#E4EEF6 1px solid; background: #fff;position: absolute;left:0px;margin-top:-11px;
  
}
.ntable .npa.gd{
  width: 390px;
  box-shadow: 1px 1px 2px rgba(100,100,100,.1);
}
.ntable .npa.tz{
  width: 308px;
  box-shadow: 1px 1px 2px rgba(100,100,100,.1);
}
.ntable th .npa{
  margin-top:-11px;
  top: 11px;
}
.ntable .npa>table{
  height: 100%;
  margin-bottom: 0px;
}
.ntable .npa.ntd{
  margin-top:-10px;
}
.ntable .npa.ntd td{
  border-top: none;
  border-bottom: none;
}
.ntable-fixcol{
  position: absolute;
  background: #fff;
}
.ntable-scrollcol{
  margin-bottom: 20px;
  overflow-x: auto;
  border-right: #E4EEF6 1px solid;
}
.ntable-scrollcol.dragable{
  cursor: url(../images/openhand2.cur) 8 8, default;
}
.ntable-scrollcol.dragable.move{
  cursor: url(../images/closedhand2.cur) 8 8, move;
}
.ntable-scrollcol.dragable td>*{
  cursor: text;
}
.ntable-scrollcol.dragable td>a{
  cursor: pointer;
}
.ntable-scrollcol.drag{
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
.ntable-scrollcol>div>table{
  margin-bottom: 0px;
  width: 100%;margin-right: -1px;
}

.ntable-scrollcol>div>table tr>td:last-child{
  border-right: none;
}

.tdpath{
    line-height: 28px;
    margin-bottom: 6px;
}
.tdpath>div{
    color: #222;
    font-weight: 600;
}
.tdpath>a{
    color: #333;
}
.tdpath>a:hover{
  color: #128bed;
}
.tdpath>span{
    display: inline-block;
    width: 84px;
    height: 26px;
    background: url(../images/line_arrow@2x.png) no-repeat right bottom;
    background-size: 75px 8px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #128bed;
    text-align: center;
    position: relative;
    top: -9px;
    margin-right: 6px;
}
.tdpath>span.t5{
    display: inline-block;
    width: 105px;
    height: 26px;
    background: url(../images/line_arrow02.png) no-repeat right bottom;
    background-size: 100px 34px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #128bed;
    text-align: center;
    position: relative;
    top: -9px;
    margin-right: 6px;
    padding-bottom: 40px;
}
.ptable{
  width:100%;margin: 0 auto;margin-bottom:20px;
}
.ptable th{
    background:#F2F9FC;
    border-collapse: collapse;
    padding:12px 5px 12px 12px;
    font-weight: normal;
    color: #444;
    line-height: 19px;
}
.ptable th:not(:last-child){
    border-right:#F2F9FC 1px solid;
}
.ptable th.tl{
    text-align: left;
}
.ptable th.tr{
    text-align: right;
}

.ptable tr:hover{
  background: #f6f6f6;
}
.ptable.nohover tr:hover{
  background: transparent;
}
.ptable.hline td:not(:last-child){
    border-right:#eee 1px solid;
}
.ptable.hline td,.ptable.hline th{
  border: #eee 1px solid;
}
.ptable.hline th:not(:last-child) {
    border-right: #F2F9FC 1px solid;
}
.ptable.pl th,.ptable.pl td{
    padding-left: 30px;
}
.ptable td{
    padding:12px 5px 12px 12px;
    border-top: #eee 1px solid;
    border-bottom: #eee 1px solid;
    word-break:break-all;
    font-size:14px;
    line-height: 19px;
    color: #222;
}
.ptable tr:not(:first-child) td{
  border-top: none;
}
.ptable td:not(:last-child){
    border-right:transparent 1px solid;
}
.ptable td.tb{
  background:#F2F9FC;
}
.ptable td img{
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: cover;
}
.ptable td>a{
  color: #128bed;
}
.ptable td .line-clamp a{
  color: #128bed;
}
.ptable td .line-clamp-btn{
  margin-top: -19px;
  right: 2px;
}
.ptable tr:hover .line-clamp-btn{
  background: #f6f6f6;
}
.ptable .himgwrap{
  width: 262px;
  height: 162px;
  padding: 6px;
  border: solid 1px #00000033;
  box-shadow: 0px 2px 4px #00000033;
  position: absolute;
  background: #fff;
  margin-top: 6px;
  margin-left: 35px;
  display: none;
}
.ptable .himgwrap>img{
  width: 250px;
  height: 150px;
  border-radius: 0px;
}
.ptable .himg:hover>.himgwrap{
  display: block;
}
.ptable tr.n-b td{
  border-bottom: none;
}
.ptable-list .img{
  width: 80px;
  height: 60px;
  border-radius: 2px;
  border:solid 1px #eee;
}
.ptable-list .img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.ptable-list .title{
  display: block;
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}
.ptable-list .time{
  color: #999;
}
.ptable-list tr:hover{
  background: #F3F9FE;
}
.ptable-list tr:hover a.title{
  color: #128bed;
}
.ptable-list td{
  border: #eee 1px solid;
}

.plogo{
  display: inline-block;
  margin-right: 10px;
}

.plogo>img{
  width: 40px;
  height: 40px;
  border-radius: 6px;
  object-fit: contain;
}
.plogo>.usericon{
  width: 40px;
  height: 40px;
  border-radius: 6px;
}
.plogo [first-letter]:not([style]):empty:before {
  content: attr(first-letter);
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
}

.pdrop{
  position: relative;
}
.pdrop .btn{
  border: solid 1px #D6D6D6;
}


/*人物头像随机颜色*/
.color-1{
    background:#52ABFB;
}
.color-2{
    background:#91C765;
}
.color-3{
    background:#61B4CC;
}
.color-4{
    background:#BC9EDE;
}
.color-5{
    background:#9EB5DE;
}
.color-6{
    background:#C5C271;
}
.color-7{
    background:#D4A64D;
}
.color-8{
    background:#EF9898;
}
.color-9{
    background:#E9A37C;
}
.color-10{
    background:#83CAAE;
}
.color-11{
    background:#E488C0;
}
.color-12{
    background:#96A2E2;
}
.color-13{
    background:#7DB3D6;
}
.color-14{
    background:#E79177;
}

/*笔记*/
.nnote-list{
    display: none;
    margin-bottom: 24px;
    max-height: 360px;
    overflow-y: auto;
}
.nnote-list .item:not(:last-child){
    margin-bottom: 24px;
}
.nnote-list .content{
    float: left;
    width: 480px;
    font-size: 16px;
    color: #333;
    line-height: 18px;
    word-break: break-all;
}
.nnote-list .opericon{
    float: right;
}
.nnote-list .time{
    color: #999;
    font-size: 12px;
    margin-top: 4px;
}
.nnote-list .opericon span{
    background:url('../images/icon_ca@2x.png?t=2') no-repeat;
    background-size: 144px 96px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
.nnote-list .opericon span.edit{background-position: 0px -72px;}
.nnote-list .opericon span.delete{background-position: -24px -72px;}
.nnote-list .opericon span.edit:hover{background-position: -48px -72px;}
.nnote-list .opericon span.delete:hover{background-position: -72px -72px;}

/*elements*/
.e_search-input{width:250px;position: relative;}
.e_search-input input{transition: all 0.2s;height:36px;width:250px;border:1px solid #DFDFDF;display: inline-block;float:left;padding: 0px 0px 0px 23px;font-size:14px;background: white;outline: none;}
.e_search-input button{transition: all 0.2s;position:absolute;left:0px;top:1px;display: inline-block;float:left;height:36px;width: 30px;border:none;background: none;outline: none;color:#128BED;}
.e_search-input ul{max-height:300px;overflow-y:auto;width:100%;border:#DFDFDF 1px solid;border-top:none;border-bottom:none;float:left;padding:0px;display: none;position: absolute;top:36px;background: white;}
.e_search-input ul li{width:100%;border-bottom:1px solid #DFDFDF;padding: 10px 15px;float:left;cursor:pointer;}
.e_search-input ul li:hover,.e_search-input ul li.ea_focus{background: #eee;}
.e_search-input ul li span{font-size: 14px;display: inline-block;float:left;line-height: 48px;}
.e_search-input ul li img{width:48px;height:48px;border-radius: 100%;display: inline-block;float:right;}
.e_search-input.ea_icon-hide input{padding-left: 10px;}
.e_search-input.ea_icon-hide button{/*left:-20px;*/opacity: 0;}

.e_person{width:76px;height:76px;display: block;position: relative;border-radius: 100%;overflow: hidden;border:3px solid #eee;}
.e_person img{display: block;width:100%;height:100%;}
.e_person span{position:absolute;bottom:0px;display: block;width:100%;height:22px;line-height: 18px;font-size:12px;text-align: center;color:white;background: rgba(0,0,0,.5);}

.e_contentMore{position: relative;max-height:79px;overflow: hidden;}
.e_contentMore .ea_bt,.e_contentMore .ea_bt:hover{color:#128BED;position: absolute;right:0px;bottom:0px;background: white;display: none;padding-left:3px;}

.e_close-bar{height:52px;border-bottom:#E5E5E5 1px solid;padding:0px 15px;}
.e_close-bar .ea_title{color:#000;font-size:18px;line-height: 52px;display: inline-block;float: left;}
.e_close-bar .ea_close{color:#128BED;font-size:30px;font-weight:700;line-height: 52px;display: inline-block;float: right;cursor:pointer;}

.e_pop-detail-top{margin-bottom: 25px;margin-top:5px;float:left;}
.e_pop-detail-top .ea_left{float: left;}
.e_pop-detail-top .ea_left img{width:50px;/*height:50px;*/border-radius: 5px;}
.e_pop-detail-top .ea_left .ea_defaultImg{display:none;background:#B8E986;color:white;text-align:center;font-size:30px;line-height:50px;height:50px;width:50px;border-radius: 5px;}
.e_pop-detail-top .ea_right{float: left;margin-left:15px;width: 195px;}
.e_pop-detail-top .ea_right .ea_row1{width:100%;margin-bottom:15px;margin-top:-5px;height:20px;}
.e_pop-detail-top .ea_right .ea_row1 .text-warning{color: #FF722D !important;}
.e_pop-detail-top .ea_right .ea_row1 .ea_name{float: left;font-size:18px;color:#128BED;display: inline-block;overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;white-space: nowrap;max-width:78px;}
.e_pop-detail-top .ea_right .ea_row1 .ea_name-com{float: left;font-size:18px;color:#128BED;display: inline-block;}
.e_pop-detail-top .ea_right .ea_row1 a{float: right;color:#128BED;display: inline-block;line-height:30px;}
.e_pop-detail-top .ea_right .ea_row2 {width:100%;}
.insert-table{
  width: 100%;
}
.insert-table td{
  padding: 0px !important;
  border:none;
}
.ptag .ntag{
  margin-bottom: 2px;
}

/*风险监控风险级别-提示信息*/
.radar-notice-info{
  color: #6490AE;
}
/*风险监控风险级别-高风险信息*/
.radar-risk-info{
  color: #fd485e;
}
/*风险监控风险级别-警示信息*/
.radar-warning-info{
  color: #F5A623;
}
/*风险监控风险级别-良好信息*/
.radar-good-info{
  color: #59C710;
}

h4,.h4{
    font-size:16px;
}

.icon-warning{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    background: url(../images/icon_warning.png);
    background-size: 30px 30px;
    z-index: 2;
    top: 8px;
}

.icon-infos{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    background: url(../images/icon_info.png);
    background-size: 30px 30px;
    z-index: 2;
    top: 8px;
}

.ic-edit{
  background: url(/material/theme/chacha/cms/pro/img/ic_edit.png);
  background-size: 32px 15px;
  width: 16px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.icon-vip{
  position: absolute;
  width: 30px;
  height: 14px;
  background: url(/material/theme/chacha/cms/v2/images/icon_vip@2x.png?t=2);
  background-size: 30px 14px;
  margin-top: 3px;
  margin-left: 3px;
}
.icon-vip-level{
    position: absolute;
    background: url(../../images/website/comm/icon_vip_level.png);
    background-size: 96px 24px;
    height: 24px;
    width: 24px;  
}
.icon-vip-level.qiye{
    background-position: -48px 0px;
}
.icon-vip-level.vip{
    background-position: -24px 0px;
}
.icon-vip-level.svip{
    background-position: -72px 0px;
}

.icon-vip-levelsm{
    position: absolute;
    background: url(/material/theme/chacha/cms/v2/images/icon_vip_level.png);
    background-size: 56px 14px;
    height: 14px;
    width: 14px;  
}
.icon-vip-levelsm.qiye{
    background-position: -28px 0px;
}
.icon-vip-levelsm.vip{
    background-position: -14px 0px;
}
.icon-vip-levelsm.svip{
    background-position: -42px 0px;
}

/*企业问答*/
.qa-ask-warp{
    padding: 15px;
    height: 170px;
    background: #F3F9FE;
    color: #999;
    overflow: hidden;
    border:solid 1px #E4EEF6;
}
.qa-ask-warp .com-logo{
    float: left;
    border-radius: 4px;
}
.qa-ask-warp .com-logo>img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}
.qa-ask-warp .pull-left{
    margin-left: 15px;
}

.qa-ask-warp h4{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    margin-top: 5px;
}
.qa-ask-warp textarea{
  color: #333;
  width: 780px;
  padding: 8px 12px;
  height: 58px;
}
.qa-ask-warp .btn{
    margin-top: 20px;
    display: block;
    width: 250px;
    width: 90px;
    margin-top: 15px;
    font-size: 12px;
}

/*企业问答列表*/
.qa-icon{
    background-image: url(/material/theme/chacha/cms/v2/images/qa_icons3.png);
    background-size: 120px 48px;
    height: 24px;
    width: 24px;
    display: inline-block;
    position: relative;
    top: 7px;
    left: -3px;
}
.qa-status{
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 2px;
  color: #fff;
}
.qa-status.warning{
  background: #F5A623;
}
.qa-status.danger{
  background: #FD485E;
}
.qa-list{
}
.qa-list-cell{
    border:solid 1px #E4EEF6;

}
.qa-list-wrap{
  margin-bottom: 15px;
}
.qa-list-item{
    min-height: 50px;
    padding: 15px;
    position: relative;
}
.qa-list-item:not(:last-child){
    border-bottom: solid 1px #E4EEF6;
}
.qa-list-item .icon-tip{
    visibility: hidden;
    
}
.qa-list-item .icon-agree{
    
}
.qa-list-item .icon-reply .qa-icon{
  background-position: -72px -24px;
}
.qa-list-item .icon-agree .qa-icon{
    background-position: -48px -24px;
}
.qa-list-item .icon-agree.active .qa-icon,.qa-list-item .icon-agree:hover .qa-icon{
    background-position: -48px 0px;
}
.qa-list-item .icon-tip .qa-icon{
    background-position: -24px -24px;
}
.qa-list-item .icon-lreply .qa-icon{
  background-position: -96px -24px;
}
.qa-list-item .answer-wrap:after{
  content:" "; display:block; height:0; visibility:hidden; clear:both;
}
.qa-list-item .answer-wrap:hover .icon-tip{
    visibility: visible;
}
.qa-list-item .icon-tip:hover .qa-icon{
    background-position: -24px 0px;
}
.qa-list-question:hover .icon-tip{
    visibility: visible;
}
.qa-list-item .icon-reply:hover .qa-icon{
    background-position: -72px 0px;
}
.qa-list-item .icon-lreply:hover .qa-icon{
    background-position: -96px 0px;
}

.qa-list-item .icon-store{
    background-position: 0px -24px;
}
.qa-list-item .icon-store.active{
    background-position: 0px 0px;
}

.qa-list-question{
    background: #F3F9FE;
    padding-left: 40px;
    padding-right: 215px;
}
.qa-list-question .icon{
    background-image: url(/material/theme/chacha/cms/v2/images/qa_question_icon.png);
    background-size: 18px 18px;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 18px;
    left: 15px;
}
.qa-list-question .title{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    display: block;
    word-break: break-all;
}
.qa-list-question .title .icon-tip{
    font-size: 14px;
    color: #999;
    font-weight: normal;
    position: absolute;
    margin-top: -4px;
}
.qa-list-question .right-act{
    position: absolute;
    right: 15px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
}
.qa-list-question .btn{
    width: 90px;
    font-size: 12px;
}
.qa-list-question .qcc-cert{
  position: relative;
  background-image: url(/material/theme/chacha/cms/v2/images/qcc_cert.png);
  background-size: 74px 20px;
  display: inline-block;
  width: 74px;
  height: 20px;
  left: 5px;top: 5px;
}
.qa-list-question .btn-default{
    color: #666;
    font-weight: normal;
}
.qa-list-answer{
    
}
.qa-list-answer .user-info{
  font-weight: 600;
}
.qa-list-answer .logo{
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 5px;
    border-radius: 4px;
}
.qa-list-answer .logo>img{
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.qa-list-answer .logo>span{
    position: absolute;
    background-size: 14px 14px;
    height: 14px;
    width: 14px;  
    right: -2px;
    bottom:-2px;
}
.qa-list-answer .logo .vip{
    background-image: url(/material/theme/chacha/cms/pro/img/header_vip2.png);
}
.qa-list-answer .logo .qyvip{
    background-image: url(/material/theme/chacha/cms/pro/img/header_vip3.png);
}
.qa-list-answer .logo .svip{
    background-image: url(/material/theme/chacha/cms/pro/img/header_vip4.png);
}
.qa-list-answer .content{
    margin-top: 6px;
    line-height: 1.6;
    word-break: break-all;
    padding-left: 39px;
    float: left;
}
.qa-pre{
    background: transparent;
    border:none;
    padding: 0px;
    margin: 0px;
    white-space: pre-wrap;
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial;
    line-height: 1.6;
}
.qa-list-answer .time{
    position: absolute;
    right: 15px;
    top:15px;
    color: #999;
}
.qa-list-answer a:hover{
  color: #128bed;
}
.qa-list-answer .right-act{
    color: #999;
    text-align: right;
    float: right;
}
.qa-list-answer .right-act a{
  color: #999;
}

.qa-list-answer .right-act a:hover{
  color: #128bed;
}
.qa-list-answer .official-answer,.qa-list-answer .my-answer{
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    background: #FD485E;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
    left: 3px;
    top: -1px;
}
.qa-list-answer .my-answer{
    background: #128bed;
}

.qa-list-answer .reply-answer{
  height: 50px;
  position: relative;
  top: 10px;
  padding-left: 39px;
  word-break: keep-all;
  white-space: nowrap;
}

.qa-list-answer .reply-answer input{
  display: inline-block;
  width: 749px;
  margin-right: 12px;
}
.qa-list-answer .reply-answer input:focus{
  border-color: #128bed;
}
.qa-list-answer .reply-answer .btn{
  position: relative;top: -1px;
}

.qa-list-more{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.qa-list-wrap .fa-circle{
  display: none;
  position: absolute;
}
.qa-wrapper .qa-list-wrap{
  padding: 15px;
  background: #fff;
}
.qa-wrapper .qa-list-wrap.new{
  padding-left: 40px;
  position: relative;
}
.qa-wrapper .qa-list-wrap.new .fa-circle{
  display: block;
  top: 62px;
  left: 15px;
  font-size: 12px;
  cursor: pointer;
}

.qa-wrapper .qa-list-question .title{
  line-height: 24px;
  margin-bottom: 5px;
  display: block;
}
.qa-wrapper .qa-list-question .relatcom{
  margin-bottom: 5px;
}

.qa-wrapper .qa-list-answer .reply-answer input{
  width: calc(100% - 70px);
}
.qa-wrapper .qa-list-answer .qa-reply-item +.reply-answer input{
  width: calc(100% - 70px);
}
.answer-modal .modal-body{
  padding: 20px;
}
.answer-modal .icon{
  background-image: url(/material/theme/chacha/cms/v2/images/qa_question_icon.png);
  background-size: 18px 18px;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 19px;
  left: 20px;
}
.answer-modal .title{
  margin-top: -5px;
  font-size: 16px;
  margin-bottom:10px;
  padding-left: 25px;
  word-break: break-all;
}

.qa-wrapper .answer-modal .icon{
  top: 18px;
}
.answers{
    padding: 0px;
    min-height: 485px;
}
.answer-footer{
    text-align: left;
    padding:15px;
}
.answer-footer label{
    margin-bottom: 0px;
    font-size: 16px;
}
.answer-footer input{
    display: inline-block;
    width: 685px;
    height: 40px;
}
.answer-footer .btn{
    height: 40px;
}
.answers .qa-list-question{
  padding-right: 20px;
}
.answers .qa-list-item{
  margin-bottom: 1px;
}
.qa-reply-list{

  margin-left: 39px;
  margin-bottom: -5px;
  /*background: #fafafa;
  margin-left: -15px;
  padding-left: 54px;
  margin-bottom: -15px;
  padding-bottom: 15px;
  margin-right: -15px;
  padding-right: 15px;*/
  
}
.qa-reply-item{
  position: relative;
  margin-top: 10px;
  padding-top: 15px;
  border-top: solid 1px #E4EEF6;
}
.qa-reply-item:after{
  content:" "; display:block; height:0; visibility:hidden; clear:both;
}
.qa-list-answer .qa-reply-item .time{
  right: 0px;
}
.qa-list-answer .qa-reply-item +.reply-answer input{
  width: 710px;
}
.qa-reply-item .reply-text{
  color: #999;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: normal;
}
.qa-reply-list .more{
  border-top: solid 1px #E4EEF6;
  margin-top: 10px;
  padding-top: 10px;
}
.qa-reply-list .more>a{
  color: #999;
}
.textarea-count{
  position: relative;
}

.textarea-count .wordwrap{
  position: absolute;
  bottom: 1px;
  right: 10px;
  color: #999;
}
.syrtips{
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}
.clear-searchkey{
   /* background-image: url(/material/theme/chacha/cms/pro/img/icon_delete_xs.png);*/
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    opacity: 1;
    top: 9px;
    right: 76px;
    z-index: 5;
    display: none;
}
.clear-searchkey:hover{
  opacity: 0.8;
}

.cert-rank-free, .cert-rank-advance, .cert-rank-super, .cert-rank-unite{
    background-image: url(/material/theme/chacha/cms/pro/img/certpay_sign2.png);background-size: 90px 18px;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
    left: -3px;
    margin-top: -4px;
}
.cert-rank-advance+.tooltip,.cert-rank-super+.tooltip,.cert-rank-unite+.tooltip{
  margin-left: 60px;
}
.cert-rank-advance{
  background-position: -18px;
}
.cert-rank-super{
  background-position: -36px;
}
.cert-rank-unite{
  background-position: -72px;
}

/*认证表单*/
.cert-way-choose{
    width: 750px;
    margin:40px auto;
    padding: 5px;
}
.cert-way-choose.tab{
    width: 500px;
    margin-top: 30px;
    margin-left: 315px;
    margin-bottom: 50px;
}
.cert-way-choose li{
  float: left;
  font-size: 16px;
  color: #222;
  margin-left: 40px;
}
.cert-way-choose.tab li{
    line-height: 40px;
    cursor: pointer;
}
.cert-way-choose.tab li.active{
    color: #128bed;
    border-bottom: solid 2px #128bed;
}
.cert-forms{
  width: 700px;
  padding: 5px;
  margin-top: 20px;
  margin-left: 295px;
  position: relative;
}
.cert-forms .search-list{
    position: absolute;width: 444px;z-index: 10;display: none;left: 145px;border:none;z-index: 105;
    top: 45px;
}
.cert-forms .form-group{
  margin-bottom: 20px;
}
.cert-forms .control-label{
  font-size: 16px;
  color: #222;
  text-align: left;
  width: 140px;
}
.cert-forms .input-lg{
  width: 444px;
  color: #333;
  font-size: 14px;
  border-radius: 1px;
}
.cert-forms .ts{
  color:#999999;
  margin-top: 8px;
  display:block;
  line-height: 1.6;
}
.cert-forms .message{
  position: absolute;
  right: 90px;
  margin-top: -32px;
}
.cert-forms .fileinput{
  display: inline-block;
  line-height: 36px;
}
.cert-forms .fileinput.noedit{
  pointer-events: none;
}
.cert-forms .fileinput>a{
  width: 78px;
  border:solid 1px #128bed;
  color: #128bed !important;
  font-size: 12px;
  padding: 6px;
}
.cert-forms .fileinput>span{
  color: #666;
  margin-left: 7px;
}
.cert-forms .fileinput>input{
  position: absolute;
  display: none;
}
.cert-forms .submit-btn{
  padding: 20px;
  border-top: solid 1px #eee;
  width: 625px;
  margin-left: 15px;
}
.cert-forms .submit-btn>a{
  float: right;
  margin-right: 8px;
  width: 90px;
}
.cert-forms .submit-btn .price{
  font-size: 16px;
  line-height: 1.2;
  text-align: right;
}
.cert-forms .submit-btn .origin{
  font-size: 12px;
  
  text-align: right;
}
.cert-forms .input-addon{
  position: absolute;
  display: block;
  z-index: 10;
  right: 0px;
}
.cert-forms .input-addon>a{
  height: 40px;
  width: 100px;
  border:solid 1px #128bed;
  color: #128bed;
  line-height: 40px;
  display: block;
  text-align: center;
}
.cert-forms .agree-check{
  color: #666;
}
.cert-forms .agree-check input{
  position: relative;
  top: -2px;
  left: -2px;
  font-size: 24px;
}
.cert-forms .cert_qrcode{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.cert-uimg>div{
    float: left;
    text-align: center;
    padding: 10px;
    border: solid 1px #DFDFDF;
    cursor: pointer;
}

.cert-uimg>div.noedit{
  pointer-events: none;
  cursor: not-allowed;
}
.cert-uimg .img{
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

.cert-uimg a{
    position: relative;
    top: 5px;
    font-size: 12px;
}

.cert-uimg .kuang-blcard img{
    width: 95px;
    max-height: 100px;
    object-fit: contain;
}
.cert-uimg .kuang-idcard img{
    width: 140px;
    max-height: 100px;
    object-fit: contain;
}

.pform .cert-way-choose{
  margin-left: 50px;
}
.pform .cert-forms{
  margin-left: 0px;
  width: 595px;
}
.pform .cert-way-choose{
  margin-top: 0px;
}

.pform .cert-forms .message{
  right: 15px;
}

.ts-modal{
    width: 500px !important;
}
.ts-modal .btn{
    width: 90px;
    font-size: 12px;
}

.ts-modal .title>.bd{
    min-height: 42px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
}

.ts-modal .icon-warning, .ts-modal .icon-infos{
    top: 3px;
}

.modal-table{
  width: 100%;
  font-size: 14px;
}
.modal-table th,.modal-table td{
  padding: 4px;
}
.modal-table th{
  font-weight: normal;
  color: #666;
}
.modal-table input[type=checkbox]{
  font-size: 20px;
  margin-top: 6px;
}

.icon-qccrz42{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_qccrz42.png);
    background-size: 42px 12px;
    width: 42px;
    height: 12px;
    margin-left: -5px;
    margin-top: -7px;
}
.icon-qccrz80{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_qccrz80.png);
    background-size: 76px 20px;
    width: 76px;
    height: 20px;
    margin-left: -11px;
    margin-top: -8px;
}
.icon-qccrz110{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_qccrz110.png);
    background-size: 118px 31px;
    width: 118px;
    height: 31px;
    margin-left: -19px;
    margin-top: -13px;
}
.icon-qccrz130{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_qccrz130.png);
    background-size: 138px 35px;
    width: 138px;
    height: 35px;
    margin-left: -18px;
    margin-top: -16px;
}

.icon-lhrz42{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_lhrz42.png);
    background-size: 42px 12px;
    width: 42px;
    height: 12px;
    margin-left: -5px;
    margin-top: -7px;
}
.icon-lhrz80{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_lhrz80.png);
    background-size: 76px 20px;
    width: 76px;
    height: 20px;
    margin-left: -11px;
    margin-top: -8px;
}
.icon-lhrz110{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_lhrz110.png);
    background-size: 118px 31px;
    width: 118px;
    height: 31px;
    margin-left: -19px;
    margin-top: -13px;
}
.icon-lhrz130{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_lhrz130.png);
    background-size: 138px 35px;
    width: 138px;
    height: 35px;
    margin-left: -18px;
    margin-top: -16px;
}

.icon-gjrz42{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_gjrz42.png);
    background-size: 42px 12px;
    width: 42px;
    height: 12px;
    margin-left: -5px;
    margin-top: -7px;
}
.icon-gjrz80{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_gjrz80.png);
    background-size: 76px 20px;
    width: 76px;
    height: 20px;
    margin-left: -11px;
    margin-top: -8px;
}
.icon-gjrz110{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_gjrz110.png);
    background-size: 118px 31px;
    width: 118px;
    height: 31px;
    margin-left: -19px;
    margin-top: -13px;
}
.icon-gjrz130{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_gjrz130.png);
    background-size: 138px 35px;
    width: 138px;
    height: 35px;
    margin-left: -18px;
    margin-top: -16px;
}

.icon-cjrz42{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_cjrz42.png);
    background-size: 42px 12px;
    width: 42px;
    height: 12px;
    margin-left: -5px;
    margin-top: -7px;
}
.icon-cjrz80{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_cjrz80.png);
    background-size: 76px 20px;
    width: 76px;
    height: 20px;
    margin-left: -11px;
    margin-top: -8px;
}
.icon-cjrz110{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_cjrz110.png);
    background-size: 118px 31px;
    width: 118px;
    height: 31px;
    margin-left: -19px;
    margin-top: -13px;
}
.icon-cjrz130{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_cjrz130.png);
    background-size: 138px 35px;
    width: 138px;
    height: 35px;
    margin-left: -18px;
    margin-top: -16px;
}
.icon-ptrz42{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_ptrz42.png);
    background-size: 42px 12px;
    width: 42px;
    height: 12px;
    margin-left: -5px;
    margin-top: -7px;
}
.icon-ptrz80{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_ptrz80.png);
    background-size: 76px 20px;
    width: 76px;
    height: 20px;
    margin-left: -11px;
    margin-top: -8px;
}
.icon-ptrz110{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_ptrz110.png);
    background-size: 118px 31px;
    width: 118px;
    height: 31px;
    margin-left: -19px;
    margin-top: -13px;
}
.icon-ptrz130{
    display: block;
    position: absolute;
    z-index: 5;
    background-image: url(../images/icon_ptrz130.png);
    background-size: 138px 35px;
    width: 138px;
    height: 35px;
    margin-left: -18px;
    margin-top: -16px;
}

.keyMove{
 background-color: #f7f8fb;
}

.nsearch-list{
  border-radius: 0px;
}
.nsearch-list .list-group-item{
  
}
.nsearch-list .cell{
  display: table;
  width: 100%;
}
.nsearch-list .text{
  display: table-cell;
  vertical-align: middle;
  line-height: 1.6;
}
.nsearch-list .logo{
  display: table-cell;
  width: 45px;
  position: relative;
  vertical-align: middle;
}

.nsearch-list .logo>img{
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border:solid 1px #eee;
  object-fit: contain;
}
.nsearch-list em{
  color: #FD485E;
}
.nsearch-list .stext{
  line-height: 1.2;
  font-size: 12px;
  color: #999;
}
.nsearch-list .usericon{
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 6px;
  float: left;
  margin-right: 10px;
}
.nsearch-list .usericon[first-letter]:not([style]):empty:before{
  color: #fff !important;
  font-size: 16px;
  line-height: 32px;
}
.nsearch-list .logo .icon-qccrz42{
  
}
.nsearch-list .rstu{
  display: table-cell;
  text-align: right;
  padding-left: 10px;
  vertical-align: middle;
}
.nsearch-list .badge.bg-primary{
  background: #E7F4FF;
  color: #128bed;
  border-radius: 2px;
  
  padding: 4px;
  font-weight: normal;
}

.nsearch-list .line-text{
  display: table-cell;
  text-align: left;
  line-height: 1.1;
}
.nsearch-list .line-text .stext{
  display: block;
  font-size: 12px;
  color: #999;
}

.object-fit-contain{
  background-position: center center !important;
  background-attachment: scroll !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.object-fit-cover{
  background-position: center center !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.mchead{
  padding: 0px 5px;
  position: relative;
  margin-right: -10px;
}
.mchead .logo{
  float: left;
  margin-left: 0px;
  margin-right: 25px;
  border: solid 1px #f0f0f0;
  border-radius: 8px;
}
.mchead .img{
  width: 100px;
  height: 100px;
  border-radius: 8px;
}
.mchead .img>img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
}
.mchead .content{
  float: left;
}
.mchead .content .row{
  margin: 0px;
  margin-bottom: 5px;
}
.mchead .content .row:last-child{
  margin-bottom: 0px;
}
.mchead .content .row.tags{
  margin: 0px;
  margin-bottom: 12px;
  margin-top: 8px;
  max-width: 720px;
}
.mchead .title{
  font-size: 22px;
  color: #000;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 8px;
}
.mchead .title>.btn{
  font-size: 12px;
  margin-left: 5px;
  padding: 3px 8px;
  position: relative;
  top: -2px;
}
.mchead .fc{
  display: inline-block;
  margin-right: 40px;
  min-width: 120px;
  max-width: 900px;
  color: #666;
}
.mchead .fc .val{
  color: #333;
}
.mchead .fc a{
  color: #128bed;
}
.mchead .fc:last-child{
  margin-right: 0px;
}
.mchead .action{
  position: absolute;
  right: 0px;
  top: -5px;
}
.mchead .action .tooltip{
  width: 400px;
  margin-left: -130px;
}

.mchead.ls .title{
  margin-bottom: 20px;
}
.mchead.ls .img{
  height: 72px;
  width: 72px;
}
.mchead.ls .boss-letter{
  height: 72px;
  width: 72px;
}
.mchead.ls .boss-letter[first-letter]:not([style]):empty:before {
  font-size: 40px;
  height: 72px;
  line-height: 72px;
}
